For a list of all members of this type, see RearrangedList<T> members.
Name | Description | |
---|---|---|
![]() | Add | Adds an item to the collection. |
![]() | Clear | Clears the collection. |
![]() | Contains | Checks whether or not the item is present in the collection. |
![]() | CopyTo | Copies the items in the collection to the array, starting at the specified index. |
![]() | GetEnumerator | Gets the enumerator for iterating through all items in the collection. |
![]() | IndexOf | Gets the index of the given item. |
![]() | Insert | Inserts an item into the collection at the specified index. |
![]() | Remove | Removes the specified item from the collection. |
![]() | RemoveAt | Removes the item at the specified index. |